module Base
{

	/************************ Tires ************************/  

	item ECTO1tire2_Item
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	10.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	59 Cadillac Miller-Meteor Tire,
        Icon	=	tireECTO1,
        MaxCapacity = 35,
        ChanceToSpawnDamaged = 0,
        WheelFriction = 1.7,
        ConditionMax = 100,
        ConditionLowerStandard = 0.10,
        ConditionLowerOffroad = 0.20,
        MechanicsItem = TRUE,
	    WorldStaticModel = ECTO1WheelWI,
    }

	item ECTO1tire1_Item
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	59 Cadillac Miller-Meteor Reinforced Tire,
        Icon	=	tireECTO1,
        MaxCapacity = 35,
        ChanceToSpawnDamaged = 0,
        WheelFriction = 1.6,
        ConditionMax = 100,
        ConditionLowerStandard = 0.05,
        ConditionLowerOffroad = 0.10,
        MechanicsItem = TRUE,
	    WorldStaticModel = ECTO1WheelWI,
    }

	/************************ Trunks ************************/

	item ECTO1Trunk2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	1.0,
        Type	=	Normal,
        DisplayName	=	Trunk,
        Icon	=	na,
        MaxCapacity = 125,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
    }

	item ECTO1Extra2
    {
        Weight	=	1.0,
        Type	=	Normal,
        DisplayName	=	Obsolete,
        Icon	=	na,
        MaxCapacity = 1,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 0,
        MechanicsItem = TRUE,
    }

	item ECTO1Roofrack1_Item
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	20.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	59 Cadillac Miller-Meteor Roofrack,
        Icon	=	roofrackECTO1,
        MaxCapacity = 75,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1RoofrackWI,
    }

    item ECTO1Equipment1_Item
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   25.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   ECTO1 Equipment,
        Icon    =   EquipmentECTO1,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 20,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1EquipmentWI,
    }

	/************************* Doors ************************/

    item ECTO1CarFrontDoor2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	10.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	59 Cadillac Miller-Meteor Front Door,
        Icon	=	fdoorECTO1,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1FrontDoorWI,
    }

    item ECTO1CarRearDoor2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	10.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	59 Cadillac Miller-Meteor Rear Door,
        Icon	=	rdoorECTO1,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1RearDoorWI,
    }

	/************************ Armor ************************/

	item ECTO1CarFrontDoorArmor1_Item
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	59 Cadillac Miller-Meteor Front Door Armor ,
        Icon	=	fdoor_aECTO1,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1FrontDoorArmorWI,
    }

	item ECTO1CarRearDoorArmor1_Item
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	59 Cadillac Miller-Meteor Rear Door Armor,
        Icon	=	rdoor_aECTO1,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1RearDoorArmorWI,
    }

	item ECTO1WindshieldArmor1_Item
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	20.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	59 Cadillac Miller-Meteor Windshield Armor,
        Icon	=	windshield_aECTO1,
        ChanceToSpawnDamaged = 30,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1WindArmor1WI,
    }

    item ECTO1WindshieldRearArmor1_Item
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   10.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   59 Cadillac Miller-Meteor Rear Windshield Armor,
        Icon    =   windshieldRear_aECTO1,
        ChanceToSpawnDamaged = 30,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1WindRearArmor1WI,
    }

     /************************ Bullbar ************************/

    item ECTO1Bumper1_Item
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   9.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   59 Cadillac Miller-Meteor Bumper,
        Icon    =   bump0ECTO1,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1Bumper1WI,
    }
    item ECTO1BumperA_Item
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   20.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   59 Cadillac Miller-Meteor Reinforced Bumper,
        Icon    =   bumpAECTO1,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1BumperA1WI,
    }

    item ECTO1Bullbar1_Item
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   11.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   59 Cadillac Miller-Meteor Bullbar,
        Icon    =   bull1ECTO1,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1Bullbar1WI,
    }
    item ECTO1BumperRear1_Item
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   5.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   59 Cadillac Miller-Meteor Rear Bumper,
        Icon    =   bumprECTO1,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1BumperRear1WI,
    }

    /************************ Hood ************************/

    item ECTO1EngineDoor2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	12.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	59 Cadillac Miller-Meteor Hood,
        Icon	=	hoodECTO1,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1EngineDoorWI,
    }

    /************************ Trunk Lid ************************/

    item ECTO1TrunkDoor2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	8.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	59 Cadillac Miller-Meteor Trunk Lid,
        Icon	=	trunkECTO1,
        ChanceToSpawnDamaged = 25,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1TrunkDoorWI,
    }

    /************************ Seats ************************/

    item ECTO1CarSeatfl2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	16.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	59 Cadillac Miller-Meteor Front Left Seat,
        Icon	=	seatflECTO1,
        MaxCapacity = 25,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1SeatflWI,
    }

    item ECTO1CarSeatfr2
    {
        DisplayCategory = VehicleMaintenance,
        Weight =   14.0,
        Type   =   Normal,
        VehicleType =   2,
        DisplayName    =   59 Cadillac Miller-Meteor Front Right Seat,
        Icon   =   seatfrECTO1,
        MaxCapacity = 25,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1SeatfrWI,
     }

    item ECTO1CarSeatrl2
    {
        DisplayCategory = VehicleMaintenance,
        Weight =   9.0,
        Type   =   Normal,
        VehicleType =   2,
        DisplayName    =   59 Cadillac Miller-Meteor Rear Left Seat,
        Icon   =   seatrlECTO1,
        MaxCapacity = 25,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1SeatrlWI,
    }

    item ECTO1CarSeatrr2
    {
        DisplayCategory = VehicleMaintenance,
        Weight =   10.0,
        Type   =   Normal,
        VehicleType =   2,
        DisplayName    =   59 Cadillac Miller-Meteor Rear Right Seat,
        Icon   =   seatrrECTO1,
        MaxCapacity = 25,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1SeatrrWI,
    }

     /************************ Interiors ************************/

	item ECTO1DefaultInterior2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	1.0,
        Type	=	Normal,
        DisplayName	=	Obsolete,
        Icon	=	na,
        ConditionMax = 100,
        MechanicsItem = TRUE,
    }

     /************************ Windows ************************/

	item ECTO1Windshield2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	12.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	59 Cadillac Miller-Meteor Windshield,
        Icon	=	windshieldECTO1,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1WindshieldWI,
    }

    item ECTO1RearWindshield2
    {
        DisplayCategory = VehicleMaintenance,
        Weight  =   7.0,
        Type    =   Normal,
        VehicleType =   2,
        DisplayName =   59 Cadillac Miller-Meteor Rear Windshield,
        Icon    =   rearwindshieldECTO1,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1WindshieldRearWI,
    }

	item ECTO1SideWindow2
    {
	    DisplayCategory = VehicleMaintenance,
        Weight	=	5.0,
        Type	=	Normal,
        VehicleType =   2,
        DisplayName	=	59 Cadillac Miller-Meteor Side Window,
        Icon	=	windowECTO1,
        ChanceToSpawnDamaged = 20,
        ConditionMax = 100,
        MechanicsItem = TRUE,
        WorldStaticModel = ECTO1WindowWI,
    }
}